home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-22 | 765 b | 22 lines | [TEXT/GEOL] |
- Item 9842995 7-Aug-89 19:05
-
- From: A0361 Carnegie Mellon U, Aaron Wohl
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: MacApp garbles resource mapo
-
- MacApp will garble your resource map if you have a MBAR 130 for hierarchical
- menus, it may also happen with the standard menu bar. In
- MacApp:Libraries:UMacApp.TApplication.p there are two occurences of
- DisposIfHandle(mbar). The mbar was obtained from a resource however and should
- be released not disposed. Until an official fix comes out comment out the two
- DisposIfHandle(mbar) calls.
-
- The call DisposIfHanddle(Handle(hmbar)); should definitely be commented out if
- you use hierarchical menus.
-
- Aaron Wohl
- CMU, Special Projects.
-
-